.header_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    /*height: 80px;*/
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.3);

    display: none;
}

.header_wrapper .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.header_content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px
}

.header_content .logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 80px;
}

.header_content .logo {
    height: inherit
}

.header_content .logo p {
    font-size: 16px;
    line-height: 24px;
    color: #393333;
    padding: 7px 0 0 15px;
}

.header_content .logo div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header_content .naim_nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    height: inherit
}

.header_content .naim_nav ul {
    display: flex;
    height: inherit
}

.header_content .naim_nav ul li {
    height: inherit;
    margin-left: 60px;
    /*width: 56px;*/
    line-height: 80px;
    text-align: center;
}

.header_content .naim_nav ul li a {
    font-size: 19px;
    line-height: 34px;
    color: #FFFFFF;
}

.header_content .naim_nav ul li.active span {
    width: 64px;
    height: 2px;
    background-color: #0763c0;
    display: block;
    margin: -2px auto 0;
}

.header_content .naim_nav ul li.active a {
    color: #0763c0;
}

.header_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.header_top h1 {
    font-size: 14px;
    line-height: 14px;
    color: #da251d;
    padding-left: 20px;
}

.header_search_btn {
    width: 14px;
    height: 14px;
    background: url(../images/q/search.png) no-repeat center center/14px 14px;
    cursor: pointer
}

.search_box {
    position: fixed;
    width: 100%;
    height: 80px;
    margin-top: 80px;
    background-color: #eaeaea;
    z-index: 3688;
    padding: 20px 20%;
    display: none
}

.search_box form {
    width: 100%;
    display: flex;
    align-items: center
}

.search_box input[type="text"] {
    outline: none;
    width: 80%;
    height: 40px;
    background-color: #fff;
    display: block;
    padding: 0 20px
}

.search_box input[type="submit"] {
    outline: none;
    width: 20%;
    height: 40px;
    background-color: #fff;
    display: block;
    cursor: pointer;
    background-color: #333;
    color: #fff
}

.m_header {
    display: none
}

.cnen_tab {
    margin: 0 0 0 20px;
}

.cnen_tab p {
    display: flex;
    align-items: center;
}

.cnen_tab p a {
    font-size: 16px;
    color: #ffffff;
}

.cnen_tab p span {
    width: 1px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.3;
    margin: 0 8px;
    display: block;
}

.cnen_tab p a.active {
    color: #0763c0;
}

.q_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 60px;
}

.header_content .naim_nav ul li:hover span {
    width: 64px;
    height: 2px;
    background-color: #0763c0;
    display: block;
    margin: -2px auto 0;
}

.header_wrapper.active {
    display: block;
}

.header_wrapper.active .header {
    background-color: #FFFFFF;
}

.header_wrapper.active .header_content .naim_nav ul li a,
.header_wrapper.active .cnen_tab p a {
    color: #333333;
}

.header_wrapper.active .header_content .naim_nav ul li.active a,
.header_wrapper.active .cnen_tab p a.active,
.header_content .naim_nav ul li:hover a,
.header_wrapper.active .header_content .naim_nav ul li:hover a {
    color: #0763c0;
}

.header_wrapper.active .cnen_tab p span {
    background-color: #737373;
    opacity: 1;
}

.header_wrapper.active .header_search_btn {
    background: url(../images/q/search1.png) no-repeat center center/14px 14px;
}

/*@media (min-width: 1367px) and (max-width: 1399px) {

	.header_content {
		width: 1320px;
	}
	
}*/

/*@media (min-width: 1200px) and (max-width: 1366px) {
	.header_content {
		width: 1170px
	}
	.header_content .naim_nav ul li {
    margin-left: 30px;
	}
	
}*/
@media (max-width: 1199px) {
    .header_wrapper {
        display: none !important;
    }

    .m_header {
        display: block;
        position: relative;
        /* height: 50px; */
        height: 60px;
        left: 0;
        top: 0
    }

    .sp_header {
        height: 60px;
        overflow: hidden;
        background: #fff;
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        z-index: 999999
    }

    .sp_logo {
        padding: 10px;
        float: left;
        height: 50px
    }

    .sp_logo img {
        width: 100%;
        margin: auto;
        /* max-height: 30px */
    }

    .sp_nav {
        width: 50px;
        float: right;
        position: relative;
        cursor: pointer;
        height: 30px;
        margin-top: 15px
    }

    .sp_nav span {
        display: block;
        background: #397bb7;
        width: 30px;
        height: 2px;
        position: absolute;
        left: 10px;
        transition: all ease 0.35s
    }

    .sp_nav span:nth-of-type(1) {
        top: 0px
    }

    .sp_nav span:nth-of-type(2) {
        top: 10px
    }

    .sp_nav span:nth-of-type(3) {
        top: 20px
    }

    .sp_nav_se span:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg)
    }

    .sp_nav_se span:nth-of-type(2) {
        width: 0
    }

    .sp_nav_se span:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg)
    }

    .sjj_nav {
        position: fixed;
        z-index: 9;
        background: #ffffff;
        width: 100%;
        height: calc(100% - 50px);
        font-size: 14px;
        line-height: 40px;
        top: -100%;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        transition: top ease 0.35s;
    }

    .nav_show {
        top: 50px
    }

    .sjj_nav>ul>li:first-child {
        overflow: hidden;
        border-top: 0
    }

    .sjj_nav>ul>li:first-child>a {
        float: left;
        width: calc(100% - 70px);
    }

    .sjj_nav>ul>li:first-child .language {
        float: right;
        width: 70px;
        overflow: hidden;
        line-height: 30px;
        margin-top: 5px
    }

    .sjj_nav>ul>li:first-child .language a {
        width: 35px;
        float: left;
        border-left: 1px #ddd solid;
        text-align: center;
        color: #999
    }

    .sjj_nav ul li i {
        position: absolute;
        top: 5px;
        right: 0px;
        border-left: 1px #ddd solid;
        height: 30px;
        padding: 0px 7px 0 7px
    }

    .sjj_nav ul li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        transform: rotate(0deg)
    }

    .sjj_nav ul li {
        border-top: 1px #ddd solid;
        margin: 0 20px;
        position: relative;
        line-height: 40px;
        font-size: 14px
    }

    .sjj_nav>ul>li:last-child {
        border-bottom: 1px #ddd solid
    }

    .sjj_nav ul li ul {
        display: none
    }

    .sjj_nav ul li a {
        color: #666;
        width: 100%;
        display: block
    }

    .sjj_nav ul li ul li a {
        color: #999;
        display: block;
        text-align: left
    }

    .sjj_nav ul li i svg {
        width: 20px;
        height: 20px;
        fill: #555
    }

    .sjj_nav ul li .sjj_nav_i_se svg {
        fill: #397bb7
    }

    .sjj_nav ul li ul li>ul {
        margin-left: 10px
    }
}

/*导航结束*/
.q_container {
    width: 1200px;
    margin: 0 auto;
}

/*@media (min-width: 1367px) and (max-width: 1399px) {
	.q_container {
		width: 1320px;
	}
}

@media (min-width: 1200px) and (max-width: 1366px) {
	.q_container {
		width: 1170px
	}
}*/
@media (max-width: 1199px) {
    .q_container {
        width: 100%;
        padding: 0 2%;
    }
}

/*轮播*/
.q_home_swiper .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    opacity: 1;
    display: inline-block;
    border-radius: 0;
    background: #eeeeee;
}

.q_home_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 40px;
}

.q_home_swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1068c1;
}

/* .q_home_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.q_home_swiper .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 200px;
    left: -490px;
} */

/*走进华电*/
.q_home_about {
    padding: 102px 0 107px;
}

.q_tittle {
    text-align: center;
}

.q_tittle h1 {
    font-family: HelveticaNeueLT-ExtBlackCond;
    font-size: 60px;
    line-height: 43px;
    color: #224364;
    opacity: 0.12;
}

.q_tittle h2 {
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    line-height: 34px;
    margin-top: -19px;
    letter-spacing:10px;
}

.q_home_1 {
    margin-top: 50px;
}

.q_home_about1 {
    position: relative;
}

.q_home_about_img {
    width: 628px;
}

.q_home_about_img img {
    max-width: 100%;
}

.q_home_about_text {
    width: 652px;
    height: auto;
    padding: 45px 40px;
    background: url(../images/q/q_home_about_text.jpg)no-repeat center center;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 2;
}

.q_home_about1 h6 {
    font-size: 213px;
    line-height: 175px;
    color: #f6f6f6;
    opacity: 0.7;
    position: absolute;
    top: 6px;
    right: -173px;
}

.q_home_about_text h3 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 34px;
    letter-spacing: 1px;
    color: #ffffff;
}

.q_home_about_text p {
    font-size: 14px;
    line-height: 27px;
    color: #ffffff;
}

.q_home_about_a {
    display: flex;
    justify-content: flex-end;
}

.q_home_about_text a {
    border-bottom: 1px solid #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    padding-bottom: 5px;
}

/*新闻资讯*/
.q_home_new {
    padding: 102px 0 61px;
    background-color: #f8f8f8;
}

.q_home_new1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.home_about_movie {
    /* width: 550px; */
    width: 700px;
}

.q_home_new1_list {
    /* width: 600px; */
    width: 450px;
}

.q_home_new1_list li {
    width: 100%;
    border-bottom: #d8d8d8 1px solid;
    padding: 8px 53px 25px 60px;
    margin-bottom: 25px;
}

.q_home_new1_list li:last-child {
    margin-bottom: 0;
}

.q_home_new1_list_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 26px;
    position: relative;
}

.q_home_new1_list_1 h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.q_home_new1_list_1:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #999999;
    border-radius: 3px;
    left: -20px;
    top: 8px;
    position: absolute;
}

.q_home_new1_list_1 p {
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
    color: #999999;
    width: 20%;
    text-align: right;
}

.q_home_new1_list_2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.q_home_new1_list_2 p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.q_home_new1_list_3 {
    width: 20px;
    height: 12px;
    background: url(../images/q/q_home_new1_list_3.png)no-repeat center center;
    margin: 0 7px 4px 0;
    position: relative;
}

.q_home_new1_list_3:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #e5e5e5;
    left: -15px;
    bottom: 0;
    position: absolute;
    top: -4px;
}

.q_home_new_more {
    width: 100%;
}

.q_home_new_more a {
    display: block;
    width: 160px;
    height: 43px;
    border: solid 1px #0763c0;
    margin: 50px auto 0;
    font-size: 14px;
    line-height: 43px;
    color: #0763c0;
    text-align: center;
}

.q_home_new1_list li:hover {
    border-bottom: #0763c0 1px solid;
}

.q_home_new1_list li:hover .q_home_new1_list_1 h1,
.q_home_new1_list li:hover .q_home_new1_list_1 p {
    color: #0763c0;
}

.q_home_new1_list li:hover .q_home_new1_list_2 p {
    color: #0763c0;
    opacity: 0.8;
}

.q_home_new1_list li:hover .q_home_new1_list_1:before {
    background-color: #0763c0;
}

.q_home_new1_list li:hover .q_home_new1_list_3 {
    background: url(../images/q/q_home_new1_list_31.png)no-repeat center center;
}

.q_home_new_more a:hover {
    background-color: #0763c0;
    color: #FFFFFF;
}

/*专利*/
.q_home_zhuanli {
    width: 100%;
}

.q_home_zhuanli img {
    max-width: 100%;
}

.q_home_zhuanli_1 {
    width: 100%;
    display: none;
}

.q_home_zhuanli_1 img {
    max-width: 100%;
}

/*业绩成果*/
.q_home_result {
    padding: 102px 0 0;
}

.q_home_result1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_home_result1 li a {
    width: 380px;
    height: auto;
    position: relative;
    display: block;
}

.q_home_result_text {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
}

.q_home_result_text h1 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 170px;
}

.q_home_result_text span {
    display: block;
    width: 22px;
    height: 1px;
    background-color: #f6f6f6;
    margin: 15px auto 18px;
}

.q_home_result_text p {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
}

.q_home_result1 li a:hover .q_home_result_text {
    background-color: rgba(49, 49, 49, 0.5);
}

.q_home_result1 li a:hover .q_home_result_text {
    display: block;
}

.q_home_result_img {
    width: 100%;
}

.q_home_result_img img {
    max-width: 100%;
}

/*下辖子公司*/
.q_home_company {
    padding: 102px 0 70px;
}

.q_home_company1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_home_company1 li {
    width: 380px;
    height: auto;
}

.q_home_result_img {
    width: 100%;
}

.q_home_result_img img {
    max-width: 100%;
}

.q_home_company_text {
    border-bottom: 1px solid #eeeeee;
    padding: 24px 25px 27px 21px;
    width: 100%;
}

.q_home_company_text h1 {
    font-size: 20px;
    line-height: 21px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.q_home_company_text p {
    font-size: 14px;
    line-height: 15px;
    color: #999999;
    padding: 18px 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.q_home_company_1 {
    display: flex;
    justify-content: flex-end;
}

.q_home_company_2 {
    width: 16px;
    height: 10px;
    background: url(../images/q/q_home_company_1.png)no-repeat center center;
}

.q_home_company1 li:hover .q_home_company_text {
    border-bottom: 1px solid #0763c0;
}

.q_home_company1 li:hover .q_home_company_text h1 {
    color: #0763c0;
}

.q_home_company1 li:hover .q_home_company_2 {
    background: url(../images/q/q_home_company_11.png)no-repeat center center;
}

/*底部*/
.q_foot {
    width: 100%;
    height: auto;
    background-color: #292929;
    padding: 40px 0;
}

.q_foot1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_foot2 {
    position: relative;
    width: 190px;
}

.q_foot2:before {
    content: "";
    position: absolute;
    left: -5px;
    top: 53px;
    width: 251px;
    height: 129px;
    background: url(../images/q/map-mod.png)no-repeat center center;
}

.q_foot3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 760px;
}

.q_foot3 li h1 {
    font-size: 16px;
    line-height: 16px;
    color: #cccccc;
    padding-bottom: 21px;
}

.q_foot3 li p {
    font-size: 14px;
    color: #cccccc;
    opacity: 0.6;
    padding-bottom: 16px;
}

.q_foot3 li p:last-child {
    padding-bottom: 0;
}

.q_foot2 h1 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    padding: 3px 0 13px;
}

.q_foot2 span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #0763c0;
    margin-bottom: 30px;
}

.q_foot2 .q_foot2s {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
}

.q_foot2 .q_foot2s p {
    font-size: 12px;
    line-height: 16px;
    color: #cccccc;
}

.q_foot2 .q_foot2s div {
    width: 16px;
    height: 16px;
    margin-right: 15px;
    display: inline-block;
}

.q_foot2 .q_foot2s:last-child {
    margin-bottom: 0;
}

.q_foot5 {
    width: 128px;
}

.q_foot5 div {
    padding-top: 16px;
}

.q_foot5 img {
    max-width: 100%;
}

.q_foot5 p {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    padding-top: 12px;
    text-align: center;
}

.q_footer {
    width: 100%;
    height: 36px;
    background-color: #161616;
}

.q_footer .q_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.q_footer p {
    font-size: 12px;
    line-height: 36px;
    color: #ffffff;
}

.q_home_swiper img {
    /* max-width: 100%; */
    width: 100%;
}

.q_foot3 li:nth-child(2) {
    width: 170px;
}

.q_foot3 li:nth-child(3) {
    width: 140px;
}

.q_foot3 li:nth-child(2) .q_foot4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_foot3 li:nth-child(2) .q_foot4 div {
    width: 85px;
}




@media (max-width:1546px) {

    /* .q_home_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .q_home_swiper .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 200px;
        left: -250px;
    } */

    .q_home_about1 h6 {
        font-size: 160px;
        line-height: 160px;
        right: 0;
    }
}

@media (max-width:1199px) {

    .q_home_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .q_home_swiper .swiper-pagination-custom,
    .swiper-pagination-fraction {
        /* bottom: 10px; */
    }

    .q_home_about {
        padding: 60px 0;
    }

    .q_tittle h1 {
        font-size: 50px;
        line-height: 38px;
    }

    .q_tittle h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .q_home_about_img {
        width: 55%;
    }

    .q_home_about_text {
        width: 600px;
        padding: 20px 15px;
    }

    .q_home_about_text h3 {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .q_home_about1 h6 {
        font-size: 130px;
    }

    .q_home_1 {
        margin-top: 30px;
    }

    .q_home_new {
        padding: 60px 0 40px;
    }

    .home_about_movie {
        width: 43%;
    }

    .q_home_new1_list {
        width: 55%;
    }

    .q_home_new1_list li {
        padding: 8px 53px 20px 60px;
        margin-bottom: 30px;
    }

    .q_home_new_more a {
        margin: 25px auto 0;
    }

    .q_home_result1 li,
    .q_home_company1 li {
        width: 32%;
    }

    .q_home_result1 li a {
        width: 100%;
    }

    .q_home_result {
        padding: 60px 0 0;
    }

    .q_home_result_text h1 {
        padding-top: 100px;
    }

    .q_home_company {
        padding: 60px 0 35px;
    }

    .q_foot3 {
        width: 600px;
    }

    .q_foot5 {
        width: 110px;
    }

    .q_foot {
        padding: 30px 0;
    }

    .q_foot3 li:nth-child(2) .q_foot4 div {
        width: 75px;
    }

    .q_foot3 li:nth-child(2) {
        width: 150px;
    }

    .q_foot2 span {
        margin-bottom: 25px;
    }

    .q_home_company_text {
        padding: 20px 15px;
    }

    .q_home_company_text p {
        padding: 10px 0 12px;
    }
}

@media (max-width:990px) {
    .q_home_about {
        padding: 40px 0 50px;
    }

    .q_home_1 {
        margin-top: 20px;
    }

    .q_home_about_text p {
        font-size: 12px;
        line-height: 20px;
    }

    .q_home_about_text h3 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .q_home_about1 h6 {
        font-size: 110px;
        line-height: 140px;
    }

    .q_home_new {
        padding: 40px 0 30px;
    }

    .q_home_new1_list li {
        padding: 8px 20px 15px 60px;
        margin-bottom: 20px;
    }

    .q_home_new1_list_1 {
        margin-bottom: 15px;
    }

    .q_home_new1_list_1 h1,
    .q_home_new1_list_1 p {
        font-size: 18px;
    }

    .q_home_new1_list_2 p {
        font-size: 12px;
        line-height: 18px;
    }

    .q_home_new_more a {
        margin: 20px auto 0;
        font-size: 12px;
        line-height: 35px;
        width: 140px;
        height: 35px;
    }

    .q_home_result {
        padding: 40px 0 0;
    }

    .q_home_company {
        padding: 40px 0 25px;
    }

    .q_home_result_text h1 {
        padding-top: 70px;
        font-size: 22px;
    }

    .q_home_result_text p {
        font-size: 12px;
    }

    .q_home_company_text h1 {
        font-size: 16px;
        line-height: 16px;
    }

    .q_home_company_text p {
        line-height: 15px;
    }

    .q_tittle h1 {
        font-size: 40px;
        line-height: 32px;
    }

    .q_tittle h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .q_home_company_text {
        padding: 12px 15px;
    }

    .q_foot3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .q_foot5,
    .q_foot2 {
        width: 50%;
    }

    .q_foot5 {
        text-align: center;
    }

    .q_foot3 li p {
        padding-bottom: 15px;
    }

    .q_foot3 li h1 {
        padding-bottom: 20px;
    }

    .q_home_about_text {
        width: 64%;
    }

    .q_home_swiper .swiper-pagination-bullet {
        width: 50px;
    }
}

@media (max-width:767px) {
    .q_home_about1 {
        position: static;
        margin-top: 15px;
    }

    .q_home_about_img {
        width: 100%;
    }

    .q_tittle h1 {
        font-size: 30px;
    }

    .q_tittle h2 {
        font-size: 18px;
        line-height: 18px;
        margin-top: -15px;
    }

    .q_home_about,
    .q_home_new {
        padding: 20px 0 20px;
    }

    .q_home_about_text {
        width: 100%;
        position: static;
        margin-top: 0;
        padding: 10px;
        background-size: cover;
    }

    .q_home_about_text h3 {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 10px;
    }

    .q_home_about_text p {
        line-height: 16px;
    }

    .home_about_movie {
        width: 100%;
    }

    .q_home_1 {
        margin-top: 15px;
    }

    .q_home_new1_list {
        width: 100%;
    }

    .q_home_new1_list li {
        padding: 8px 9px 10px 20px;
        margin-bottom: 8px;
    }

    .q_home_new1_list_1 h1,
    .q_home_new1_list_1 p {
        font-size: 14px;
        line-height: 15px;
    }

    .q_home_new1_list_1 {
        margin-bottom: 10px;
    }

    .q_home_new1_list_2 p {
        font-size: 12px;
        line-height: 15px;
    }

    .q_home_new1_list_1:before {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        left: -12px;
        top: 6px;
    }

    .q_home_new_more a {
        margin: 15px auto 0;
        line-height: 30px;
        width: 100px;
        height: 30px;
    }

    .q_home_zhuanli {
        display: none;
    }

    .q_home_zhuanli_1 {
        display: block;
    }

    .q_home_result {
        padding: 20px 0 0;
    }

    .q_home_result1 li,
    .q_home_company1 li {
        width: 100%;
        margin: 0 auto 10px;
    }

    .q_home_company {
        padding: 15px 0 5px;
    }

    .q_home_company_text h1 {
        font-size: 14px;
        line-height: 16px;
    }

    .q_home_company_text p {
        line-height: 12px;
        font-size: 12px;
        padding: 5px 0 8px;
    }

    .q_home_company_text {
        padding: 10px 7px;
    }

    .q_home_about_img img,
    .q_home_result_img img {
        width: 100%;
    }

    .q_home_swiper .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
    }

    .q_foot {
        padding: 30px 0 15px;
    }

    .q_foot3 li {
        width: 49%;
        margin-bottom: 20px;
    }

    .q_foot3 li:nth-child(2),
    .q_foot3 li:nth-child(3) {
        width: 49%;
    }

    .q_foot3 li:nth-child(2) .q_foot4 div {
        width: 49%;
    }

    .q_foot3 li h1 {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .q_foot3 li p {
        padding-bottom: 10px;
        font-size: 12px;
    }

    .q_foot3 {
        margin-bottom: 10px;
    }

    .q_foot5,
    .q_foot2 {
        /* width: 100%; */
        width: 46%;
    }

    .q_foot2 .q_foot2s {
        margin-bottom: 12px;
    }

    .q_foot2 .q_foot2s div {
        margin-right: 2px;
    }

    .q_foot2 span {
        margin-bottom: 15px;
    }

    .q_foot2 h1 {
        font-size: 16px;
        line-height: 16px;
        padding: 3px 0 10px;
    }

    .q_foot2:before {
        left: 20px;
        top: 10px;
    }

    .q_footer {
        height: auto;
        padding: 10px 0;
    }

    .q_footer p {
        line-height: 16px;
    }

    .q_home_about1 h6 {
        display: none;
    }
}


.q_banner {
    width: 100%;
    padding-top: 80px;
}

.q_banner img {
    /* max-width: 100%; */
   width: 100%;
}

.q_about {
    padding: 82px 0 100px;
}

.q_about1 {
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
}

.q_about1 img {
    max-width: 100%;
}

@media (max-width:1199px) {
    .q_banner {
        padding-top: 0;
    }

    .q_about {
        padding: 50px 0;
    }

    .q_about1 {
        width: 70%;
        margin: 35px auto 0;
    }
}

@media (max-width:990px) {

    .q_about {
        padding: 40px 0;
    }

    .q_about1 {
        margin: 25px auto 0;
    }
}

@media (max-width:767px) {
    .q_about {
        padding: 20px 0;
    }

    .q_about1 {
        width: 100%;
        margin: 15px auto 0;
    }
}

.q_product {
    padding: 60px 0 79px;
}

.q1_left {
    width: 260px;
}

/* .q1_left h2 {
    height: 60px;
    background-color: #186bbf;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
} */
.q1_left h2 {
    /* height: 60px; */
    background-color: #186bbf;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    padding: 12px 0;
}

.q1_left .qul {
    padding: 0 7px 5px;
    border: 2px solid #186bbf;
}

.q1_left .qul .qli {
    margin-top: 5px;
}

.q_twomenu {
    height: 41px;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
}

.q_twomenu h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
}

.q_twomenu img {
    width: 20px;
    height: 20px;
}

.q1_left .qul .qli.active .q_twomenu img {
    -webkit-transform: rotate(90deg);
}

.qli .q_threemenu {
    display: none;
}

.q_threemenu ul li {
    height: auto;
    background-color: #f0f0f0;
    font-size: 14px;
    color: #444444;
    line-height: 19px;
    padding: 14px 7px 14px 18px;
    margin-top: 3px;
}

.q_threemenu ul li.active {
    background-color: rgba(24, 107, 191, 0.1);
    color: #186bbf;
}

.q_threemenu ul li:hover {
    background-color: rgba(24, 107, 191, 0.1);
    color: #186bbf;
}

.q_product_1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q1_right {
    width: 808px;
    height: auto;
}

.q1_right h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    letter-spacing: 2px;
    color: #333333;
    padding-bottom: 28px;
	text-align: center;
}

.q1_right_img {
    width: 100%;
    text-align: center;
}

.q1_right_img img {
    max-width: 70%;
}

.q1_right p {
    font-size: 16px;
    line-height: 28px;
    /* color: #333333; */
    /*padding: 18px 0 2px;*/
}


.q_home_gsys_ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 40px;
}

.q_home_gsys_ul li {
    width: 266px;
    height: 100%;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
}

.q_home_gsys_ul li:nth-child(2) {
    background-color: #f5f5f5;
}

.q_home_gsys_ul li:nth-child(3) {
    background-color: #f9f9f9;
}

.q_home_gsys_ul li.q_active {
    background-color: #186bbf;
    color: #ffffff;
}

.index_product_box1 {
    padding-top: 23px;
}

.index_product_box1 h6 {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    position: relative;
    padding-left: 23px;
}

.index_product_box1 h6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #186bbf;
    display: block;
}

.index_product_box div {
    display: none;
}

.index_product_box1 h5 {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-top: 18px;
}

.index_product_box2 ul {
    margin-top: 41px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.index_product_box2 ul li {
    width: 266px;
    height: auto;
}

.index_product_box2 ul li div {
    width: 100%;
    display: block;
}

.index_product_box2 ul li div img {
    max-width: 100%;
}

.index_product_box2 ul li h3 {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    padding-top: 17px;
}

@media (max-width:1199px) {
    .q1_right {
        width: 74%;
    }

    .q1_right h1 {
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 20px;
    }

    .q1_left h2 {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .q_twomenu h3 {
        font-size: 15px;
    }

    .q_threemenu ul li {
        font-size: 12px;
    }

    .q1_left {
        width: 23%;
    }

    .q_product {
        padding: 50px 0;
    }

    .q1_right p {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0 25px;
    }
	

    .q_home_gsys_ul {
        height: 35px;
    }

    .q_home_gsys_ul li {
        line-height: 35px;
        font-size: 16px;
    }

    .index_product_box1 h6 {
        font-size: 14px;
        line-height: 26px;
    }

    .index_product_box1 {
        padding-top: 15px;
    }

    .index_product_box1 h5 {
        font-size: 12px;
        line-height: 20px;
        padding-top: 12px;
    }

    .index_product_box2 ul li {
        width: 32%;
    }

    .index_product_box2 ul li h3 {
        font-size: 12px;
        line-height: 18px;
        padding-top: 12px;
    }

    .index_product_box2 ul {
        margin-top: 25px;
    }
}

@media (max-width:990px) {
    .q1_left h2 {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .q_product {
        padding: 40px 0;
    }

    .q1_left {
        width: 26%;
    }

    .q_twomenu {
        height: auto;
        padding: 10px 12px;
    }

    .q_threemenu ul li {
        line-height: 18px;
        padding: 7px;
    }

    .q1_right {
        width: 72%;
    }

    .q1_right h1 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 15px;
    }

    .q1_right p {
        font-size: 12px;
        padding: 15px 0;
    }
	

    .index_product_box1 h6 {
        font-size: 12px;
        line-height: 22px;
        padding-left: 15px;
    }

    .index_product_box1 h6:before {
        top: 9px;
        width: 5px;
        height: 5px;
    }

    .q_home_gsys_ul li {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .q1_left {
        width: 100%;
        margin-bottom: 15px;
    }

    .q_product {
        padding: 20px 0;
    }

    .q_twomenu {
        padding: 8px;
    }

    .q_twomenu h3 {
        font-size: 14px;
    }

    .q1_right {
        width: 100%;
    }

    .q1_right h1 {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .q1_right p {
        font-size: 12px;
        padding: 12px 0;
    }
	

    .q_home_gsys_ul li {
        font-size: 12px;
    }

    .index_product_box1 {
        padding-top: 7px;
    }

    .index_product_box2 ul li {
        width: 75%;
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }

    /*.q_home_gsys_ul {
    height: auto;
    flex-wrap: wrap;
}*/
}


.q_qysl {
    padding: 79px 0 100px;
}

.q_qysl1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.q_qysl1 .q_qysl2 {
    width: 280px;
    height: auto;
}

.q_qysl1 .q_qysl2 li a {
    height: 60px;
    padding: 0 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    margin-bottom: 4px;
}

.q_qysl1 .q_qysl2 li a h1 {
    font-size: 18px;
    line-height: 18px;
    /* color: #999999; */
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 216px;
}

.q_qysl1 .q_qysl2 li a span {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/q/jt1.png)no-repeat center center;
}

.q_qysl1 .q_qysl2 li.active a,
.q_qysl1 .q_qysl2 li:hover a {
    /* background-color: #186bbf; */

    background-color: rgba(24, 107, 191, 0.1) !important;

}

.q_qysl1 .q_qysl2 li.active a h1,
.q_qysl1 .q_qysl2 li:hover a h1 {
    /* color: #ffffff; */

    color: #186bbf;
}

.q_qysl1 .q_qysl2 li.active a span,
.q_qysl1 .q_qysl2 li:hover a span {
    /* background: url(../images/q/jt2.png)no-repeat center center; */
    background: url(../images/q/jt1.png)no-repeat center center;
}

.q_qysl_right {
    width: 869px;
    height: auto;
}

.q_qysl_right h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: 1px;
    color: #333333;
    padding-bottom: 30px;
}

.q_qysl_right_1 {
    padding-left: 27px;
}

.q_qysl_right_1 h6 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    position: relative;
}

.q_qysl_right_1 h6:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 9px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #186bbf;
    display: block;
}

.q_qysl_right_1 p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}


@media (max-width:1199px) {
    .q_qysl1 .q_qysl2 {
        width: 25%;
    }

    .q_qysl1 .q_qysl2 li a h1 {
        width: 80%;
        font-size: 16px;
        line-height: 16px;
    }

    .q_qysl_right {
        width: 71%;
    }

    .q_qysl {
        padding: 50px 0;
    }

    .q_qysl1 .q_qysl2 li a {
        height: auto;
        padding: 17px 10px;
    }

    .q_qysl_right h1 {
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .q_qysl_right_1 h6 {
        font-size: 16px;
    }

    .q_qysl_right_1 h6:before {
        top: 12px;
        width: 7px;
        height: 7px;
    }
}

@media (max-width:990px) {
    .q_qysl {
        padding: 40px 0;
    }

    .q_qysl_right h1 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 15px;
    }

    .q_qysl_right_1 h6 {
        font-size: 14px;
        line-height: 25px;
    }

    .q_qysl_right_1 p {
        font-size: 14px;
        line-height: 24px;
    }

    .q_qysl_right_1 h6:before {
        top: 9px;
    }
}

@media (max-width:767px) {
    .q_qysl1 .q_qysl2 {
        width: 100%;
    }

    .q_qysl1 .q_qysl2 li a {
        height: auto;
        padding: 10px;
    }

    .q_qysl1 .q_qysl2 li a h1 {
        font-size: 14px;
        line-height: 14px;
    }

    .q_qysl {
        padding: 20px 0;
    }

    .q_qysl_right {
        width: 100%;
    }

    .q_qysl_right h1 {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 0;
    }

    .q_qysl_right_1 {
        padding-left: 15px;
    }

    .q_qysl_right_1 h6,
    .q_qysl_right_1 p {
        font-size: 12px;
        line-height: 20px;
    }

    .q_qysl_right_1 h6:before {
        top: 5px;
        width: 5px;
        height: 5px;
        left: -15px;
    }
}

.q_qysl_zgs1 h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 7px;
    border-bottom: 4px solid #000000;
    display: inline-block;
}

.q_qysl_zgs1 {
    border-bottom: 1px solid #ededed;
}

.q_qysl_zgsimg {
    padding: 50px 0 40px;
}

.q_qysl_zgsimg img {
    max-width: 100%;
}

.q_qysl_right_2 {
    padding-top: 30px;
}

@media (max-width:1199px) {
    .q_qysl_zgsimg {
        padding: 40px 0 30px;
        width: 70%;
    }

    .q_qysl_right_2 {
        padding-top: 20px;
    }
}

@media (max-width:990px) {
    .q_qysl_zgsimg {
        padding: 30px 0 15px;
        width: 77%;
    }
}

@media (max-width:767px) {
    .q_qysl_zgsimg {
        padding: 20px 0 10px;
        width: 100%;
    }

    .q_qysl_zgs1 h3 {
        font-size: 15px;
        line-height: 15px;
        padding-bottom: 6px;
    }

    .q_qysl_right_2 {
        padding-top: 15px;
    }

    .q_qysl_zgs1 {
        margin-top: 10px;
    }
}


.q_gywm .q_qysl_zgs1 h3 {
    font-size: 20px;
    color: #333333;
}

.q_gywm .q_qysl_zgsimg {
    padding: 30px 0 50px;
}

.q_gywm .q_qysl_zgsimg:last-child {
    padding: 30px 0 0;
}

@media (max-width:1199px) {
    .q_gywm .q_qysl_zgsimg {
        width: 90%;
    }
}

@media (max-width:990px) {
    .q_gywm .q_qysl_zgsimg {
        padding: 20px 0 30px;
    }

    .q_gywm .q_qysl_zgs1 h3 {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .q_gywm .q_qysl_zgsimg {
        width: 100%;
        padding: 15px 0 15px;
    }
}


/* 修改 */
@media (max-width: 990px){
.q_foot5 img{
    width: unset;
}
}
@media (max-width: 767px){
    /* .q_home_swiper .swiper-container-horizontal>.swiper-pagination-bullets, .q_home_swiper .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 200px;
        left: -50px;
    } */
    .q_home_swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        width: 30px;
    }
    .c_bannertext h3 {
        font-size: 14px;
        margin: 10px 0 15px 0;
        width: 70%;
    }
    .c_bannertext .btn {
        width: 220px;
    }
}
strong{
    font-weight: bold;
}